home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-28 | 384 b | 16 lines | [TEXT/ToyS] |
- tell application "JUNO Librarian"
- activate -- if needed
- set x to Parameter 17 of Window "Sample"
- set y to (round (x ÷ 8) rounding down)
- set y to y * 8
- set z to x - y -- VCA, ENV, PWM switch
-
- -- select 1 of 4
- -- set x to z + 24 -- Freq 0
- -- set x to z + 16 -- Freq 1
- -- set x to z + 8 -- Freq 2
- set x to z + 0 -- Freq 3
-
- copy x to Parameter 17 of Window "Sample"
- end tell
-